home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 July / EnigmA AMIGA RUN 20 (1997)(G.R. Edizioni)(IT)[!][issue 1997-07 & 08][EAR-CD IV].iso / earcd / comm / tcp / amichato.lha / A.C.O. / DALNET-commands < prev    next >
Text File  |  1997-02-17  |  15KB  |  376 lines

  1. IRC Chat Line Command Help Guide
  2.  
  3. IRC---Chatline Commands---help
  4.  
  5.  =============================================================================
  6.  
  7. ***** The Basics *****
  8.  
  9. To Register your current nick with NickServ-
  10. type:
  11. /msg NickServ Register Password
  12. password is a personal password you decide
  13.  
  14. To keep the nick you have just registered so that others may not use it
  15. type:
  16. /msg NickServ Set Kill On
  17. this should be done right after registering you nick
  18.  
  19. To leave a message to someone with a registered nick:
  20. type:
  21. /msg MemoServ Send Nick text
  22. where Nick is the registered nick you wish to send a message to and text is the
  23. message
  24.  
  25. To retrieve messages you have received:
  26. type:
  27. /msg MemoServ list
  28. a list of messages will appear if you have any
  29.  
  30. type:
  31. /msg MemoServ read #
  32. to read a message that appears in your list.  Where # is the memo # to read
  33.  
  34. type:
  35. /msg MemoServ del #
  36. to delete a message that appears in your list.  Where # is the memo # to delete
  37.  
  38. MemoServ will notify you when log in if you have messages and will also notify
  39. you should you receive messages while on line
  40.  
  41. ****ChanServ Help****
  42.  
  43. >
  44. Usage: /msg chanserv (command/help)
  45. ChanServ allows users to register and maintain absolute control
  46. over channels. It works at the server level, essentially
  47. making channel takeovers impossible, while giving users greater
  48. flexibility. Registrations expire if no operator joins for 30 days.
  49.  For more information on a command /msg ChanServ help (command)
  50.  Core Commands:
  51.     REGISTER  - Register a channel
  52.     SET       - Change various channel configuration settings
  53.     SOP       - Maintain SuperOp channel operator list
  54.     AOP       - Maintain AutoOp channel operator list
  55.     AKICK     - Maintain the channel AutoKick banned user list
  56.     DROP      - Drop a registered channel
  57. Other Commands:
  58.      IDENTIFY      ACCESS        OP            UNBAN
  59.      INFO          INVITE        LIST          MDEOP
  60.  
  61. -ChanServ- Command -REGISTER
  62. -ChanServ- Usage   - REGISTER(channel) (password) (description)
  63. Registers a channel to ChanServ for control.  The founder is
  64. set to the person doing the registering.  The password is for
  65. the founder to gain access in case the normal access methods
  66. for him/her fails.  The description is totally arbitrary but
  67. must be included.
  68.  
  69. -ChanServ- Command - SET (channel) (command) [value]
  70. Allows you to change your channel settigns. These affect a
  71. registered channel's status and operation.
  72. For more information on a command msg ChanServ help SET (command)
  73. Core SET Commands:
  74.       FOUNDER   - Allows you to change the channel founder
  75.       PASSWD    - Lets you change the channel founder password
  76.       DESC      - Modify the channel's description
  77.       MLOCK     - Locks the channel to certain modes
  78.       OPGUARD   - More militant channel operator protection
  79.       KEEPTOPIC - Maintain the topic when no one is on the channel
  80.       URL       - Attaches a URL to the channel
  81. Additional Comands:
  82.        TOPICLOCK      LEAVEOPS     UNSECURE      PRIVATE
  83.  
  84. Command - OP
  85. Usage   - OP(channel) ADD (nick or mask)
  86.                 OP(channel> DEL (index number or mask)
  87.                 OP(channel) LIST [search pattern]
  88. Maintains the channel SuperOp list. ADD and DEL limited to
  89. Channel founder LIST AutoOp access.
  90. ADD adds a user to a channels SuperOp access list. DEL removes
  91. a user from a channel's SuperOp access list.  Index number is found
  92. using the LIST subcommand. LIST lists the SuperOp access list.
  93. When used with the optional search pattern, it will only show
  94. those masks matching the specified pattern.
  95.  Examples:
  96. -     SOP #dragonrealm ADD dalvenjah
  97. -     SOP #dragonrealm ADD *!besmith@*.uncc.edu
  98. -     SOP #dragonrealm DEL 3
  99. -     SOP #dragonrealm LIST
  100.  
  101. -ChanServ- Command - AOP
  102. -ChanServ- Usage   - OP(channel) ADD (nick or mask)
  103.           OP(channel) DEL (index number or mask)
  104.           OP(channel) LIST [search pattern]
  105. Maintains the channel AutoOp list. ADD and DEL limited to
  106. SuperOp access LIST to Opaccess.
  107. ADD adds a user to a channels AutoOp access list. DEL removes
  108. a user from a channel's AutoOp access list.  Index number is found
  109. using the LIST subcommand. LIST lists the AutoOp access list.
  110. When used with the optional search pattern, it will only show
  111. those masks matching the specified pattern.
  112. Examples:
  113. -     AOP #dragonrealm ADD dalvenjah
  114. -     AOP #dragonrealm ADD *!besmith@*.uncc.edu
  115. -     AOP #dragonrealm DEL 3
  116. -     AOP #dragonrealm LIST
  117.  
  118. -ChanServ- Command - KICK
  119. -ChanServ- Usage   - KICK(channel) ADD (nick or mask)
  120.            KICK(channel) DEL (index number or mask)
  121.            KICK(channel) LIST [search pattern]
  122. Maintains the channel AutoKick list. These users will be
  123. forcibly removed (kicked) and banned from the channel if
  124. they join it. Limited to SuperOp access
  125. ADD adds a user to a channels AutoKick access list. DEL removes
  126. a user from a channel's AutoKick access list.  Index number is found
  127. using the LIST subcommand. LIST lists the AutoKick access list.
  128. When used with the optional search pattern, it will only show
  129. those masks matching the specified pattern.
  130. Examples:
  131. -     AKICK #dragonrealm ADD dalvenjah
  132. -     AKICK #dragonrealm ADD *!besmith@*.uncc.edu
  133. -     AKICK #dragonrealm DEL 3
  134. -     AKICK #dragonrealm LIST
  135.  
  136. -ChanServ- Command - ROP
  137. -ChanServ- Usage   - ROP(channel)
  138. Releases a previously registered channel.  Limited to Channel
  139. founder
  140.  
  141. -ChanServ- Command - IDENTIFY
  142. -ChanServ- Usage   - IDENTIFY(channel) (password)
  143. Allows a channel founder to gain Founder access to the channel's
  144. data even if the access mask fails to recognize the person.
  145.  
  146. -ChanServ- Command - ACCESS
  147. -ChanServ- Usage   - ACCESS(channel) [nick]
  148. Allows a user to query his/her access to a registered channel.
  149. Access levels are Basic, AutoOp, SuperOp, and Founder for any
  150. given channel.
  151. When used with the optional (nick) variable, this command
  152. serves as a protocol for bots to query user access
  153. on a channel using the ChanServ facility, thus relieving the
  154. bot of keeping track of access lists.  For a registered channel,
  155. the reply is given in a NOTICE of the following format:
  156.  
  157.       ACC (channel) (nick) (user@host) (access level)
  158. The returned access level is a number from 0 to 3, where
  159. 0=basic, 1=utoOp 2=uperOp and 3=ounder If
  160. the user is not online, the user@host and access level will
  161. be *UNKNOWN* and 0, respectively.
  162. This command is limited to channel Ops
  163.  
  164. -ChanServ- Command - OP
  165. -ChanServ- Usage   - OP(channel [-] (nick)...
  166. Grants operator status to named users. When used with the - flag,
  167. deops the named users. Limited to channel AutoOp and above.
  168.  
  169. -ChanServ- Command - UNBAN
  170. -ChanServ- Usage   - UNBAN(channel) [ME|ALL]
  171. Allows a user to remove bans against him/her on a registered
  172. channel.  Limited to channel Ops
  173. When used with the optional ALL option, removes all bans on
  174.  a registered channel. Limited to channel SuperOps
  175.  
  176. -ChanServ- Command -INFO
  177. -ChanServ- Usage   - INFO (channel)
  178. -ChanServ- Shows certain information on a registered channel, such as
  179. -ChanServ- founder, description, time registered, etc.
  180.  
  181. -ChanServ- Command - INVITE
  182. -ChanServ- Usage   - INVITE (channel> [nickname]
  183. -ChanServ- Invites the sender, or the named user, to a channel that is set to
  184. -ChanServ- mode +i. Limited to channel AutoOp and above.
  185.  
  186. -ChanServ- Command -LIST
  187. -ChanServ- Usage   - LIST (search pattern)
  188. -ChanServ- Lists matching channels that have been registered with
  189. ChanServ
  190.  
  191. -ChanServ- Command - DEOP
  192. -ChanServ- Usage   - DEOP (channel)
  193. Removes operator status from all users on the named channel who
  194. don't outrank the user. Limited to channel AutoOp and above.
  195.  
  196.  *****NickServ Help*****
  197.  
  198. usage /msg nickserv command
  199. NickServ allows users to register and effectively "own" nicks.
  200. It has the ability to protect those nicknames from other users
  201. who are not registered to use them. Registrations expire if the
  202. owner does not use the nick in a 30 day period.
  203. For more information on a command msg NickServ help (command)
  204. -NickServ- Core Commands:
  205.      REGISTER  - Register a nickname
  206.      SET       - Change settings, including the KILL option
  207.      ACCESS    - Change the list of authorized addresses
  208.      IDENTIFY  - Authorize yourself using a password
  209.      RECOVER   - Kill an unauthorized user
  210.      GHOST     - Terminate a ghosted nickname
  211.      DROP      - Drop a registered nickname
  212. Other Commands:
  213.       RELEASE       INFO          ACC           LIST
  214.  
  215. -NickServ- Command - REGISTER
  216. -NickServ- Usage   - REGISTER (password)
  217. This command registers you as the owner of your nickname as
  218. far as NickServ is concerned.  It adds your nick to it's database
  219.  and adds a user@host mask generated from your current address
  220. at the time to your access list.
  221.  
  222. -NickServ- Command - SET (command) [value]
  223. Lets you change your nickname settings These affect the registered
  224. nickname's status and operation.
  225. For more information on a command msg NickServ help SET (command)
  226. - Available SET Commands:
  227.       PASSWORD    - Lets you change your nickname's password
  228.       KILL      - Allows you to enforce your nickname using kills
  229.       URL       - Attaches a Uniform Resource Locator to your nick
  230.  
  231. -NickServ- Command - ACCESS
  232. -NickServ- Usage   - ACCESS LIST [(nickname)]
  233.            ACCESS ADD (user@host mask)
  234.            ACCESS DEL (user@host mask)
  235. Allows you to view or edit the access mask list associated with
  236. your nick.  The user@host masks are how access is judged within
  237. NickServ.  The nick part, as is used in ChanServ's access masks,
  238. is not used here since it basically makes no difference.
  239. -   Ex.:  ACCESS ADD calvin@hobbes.catt.ncsu.edu
  240. -         ACCESS DEL birdman@alcatraz.com
  241.  
  242. -NickServ- Command - IDENTIFY
  243. -NickServ- Usage   - IDENTIFY (password)
  244. This allows you to avoid NickServ's wrath if you own your nick
  245. but your current address is not in your access list for it.
  246.  
  247. -NickServ- Command - RECOVER
  248. -NickServ- Usage   - RECOVER (nick) [password]
  249. This command allows those who have registered nicks which have
  250. been taken because they didn't set the kill switch to ON a chance
  251. to revenge themselves.  It issues a manual version of the same
  252. kill used in the automatic nick kill.  This of course means that
  253. you will need to use the NickServ RELEASE command to immediately
  254. regain the nick, otherwise it will be held for the usual 2 mins.
  255. A check in this command prevents you from killing yourself. :)
  256.  
  257. -NickServ- Command - HOST
  258. -NickServ- Usage   - HOST (nick) [password]
  259. This command will remove from IRC a ghosted client belonging
  260. to the user. The optional password can be given to kill ghosts
  261. that you are not in the access list of.
  262.  
  263. -NickServ- Command - DROP
  264. -NickServ- Usage   - DROP (nick)
  265. This allows you to drop any nick that you own from NickServ's
  266. database.  The nick is then up for grabs as far as ownership.
  267.  
  268. -NickServ- Command - RELEASE
  269. -NickServ- Usage   - RELEASE (nick) [password]
  270. If your nick is being held by NickServ as the result of
  271. nick-killing someone who stole it, this command allows you to
  272. cause NickServ to release the nick before the usual two-minute
  273. holding period is up. The optional password parameter allows
  274. you to relase nicks even if you're not in their access list.
  275.  
  276. -NickServ- Command - INFO
  277. -NickServ- Usage   - INFO (nick)
  278. If a nick is registered, this command shows certain info about
  279. it, such as the owner, when it was registered, when it was last
  280. recognized by NickServ, and whether or not the owner has enabled
  281. nick kill defense.
  282.  
  283. -NickServ- Command - ACC
  284. -NickServ- Usage   - ACC (nick)
  285. This command serves as a protocol for bots to query user access
  286. using the NickServ facility, thus relieving the bot of
  287. keeping track of access lists.  The reply is givin in a NOTICE
  288. of the following format:
  289.        ACC (nick) (access level)
  290.  The returned access level is a number from 0 to 2:
  291. -  0 = No such registered nickname
  292. -  1 = User is not online or not identified to NickServ
  293. -  2 = User is identifed with NickServ access
  294.  
  295. -NickServ- Command - LIST
  296. -NickServ- Usage   - LIST (search pattern)
  297. This command allows searching of registered nicks by both the
  298. nicks themselves and the last valid address that the nick was
  299. recognzied as.
  300. Examples:
  301. -     LIST *Bob*
  302. -     LIST *@*.netcom.com
  303.  
  304.  *****MemoServ Help*****
  305.  
  306. usage /msg memoserv command {nick} {text}
  307. MemoServ allows registered users (with NickServ) to send
  308. each other messages, which can be read by the recipient at
  309. his/her leisure. Memos can be sent to people even when they
  310. are not on IRC.
  311. For more information on a command /msg MemoServ help (command)
  312. Commands:
  313.       SEND      - Send another user a memo
  314.       LIST      - List your current memos
  315.       READ      - Read a memo
  316.       DEL       - Mark a memo as deleted
  317.       UNDEL     - Mark a memo as not deleted
  318.       PURGE     - Erase memos marked as deleted
  319.       FORWARD   - Arrange or modify memo forwarding
  320.  
  321. -MemoServ- Command - SEND
  322. -MemoServ- Usage   - SEND (nick) (memo)
  323. This command sends user (nick) a memo with the content
  324. of (memo). That user can retreive that message later.
  325.  For example:
  326. /msg MemoServ  SEND Lefler Meet me at 4:00 PM on #dragonrealm, please.
  327.  
  328. -MemoServ- Command - LIST
  329. -MemoServ- Usage   - LIST
  330. Lists memos that people have sent you. You can read them
  331. with the READ command. If you have more than 20 memos, only
  332. the first 20 are listed.
  333.  
  334. -MemoServ- Command - DEL
  335. -MemoServ- Usage   - DEL (memo number)
  336. -MemoServ-           DEL ALL
  337. Deletes memo (memo number) (as given by the LIST command)
  338. from your memo list. DEL ALL deletes and purges all of your
  339. memos without restriction, so use it with care.
  340. Note: DEL does not actually remove the memo, but simply
  341. marks it as deleted (indicated with D in the LIST display).
  342. The memo is not removed until you sign off or the PURGE
  343. command is used.
  344.  
  345. -MemoServ- Command - UNDEL
  346. -MemoServ- Usage   - UNDEL (memo number)
  347. Marks memo (memo number) (as given by the LIST command)
  348. as undeleted, if has been marked deleted with the DEL
  349. command.
  350.  
  351. -MemoServ- Command - PURGE
  352. -MemoServ- Usage   - PURGE
  353. This command removes all memos which have been flagged
  354. deleted from your memo list. This command cannot be
  355. reversed, so use it carefully.
  356.  
  357. -MemoServ- Command - FORWARD
  358. -MemoServ- Usage   - FORWARD
  359.            FORWARD-
  360.            FORWARD (nickname) [password]
  361. Allows memos sent to one registered nickname to be forwarded to
  362. another. The first command will tell you if memos to your
  363. current nick are being forwarded. The second will disable
  364. forwarding for memos to your current nick. The third command
  365. will establish forwarding for memos to your present nickname;
  366. this command requires you to identify to your current nick and
  367. may require you to specify the password of the nickname you wish
  368. to begin forwarding to.
  369.  
  370. Back to COOKSEY HOME PAGE--Main
  371.  
  372. terry@insolwwb.net
  373.  
  374. ©These Web Pages Designed & Programmed by TERRY COOKSEY
  375.  
  376.       < Converted by HTMLess v2.3 by Troglobyte/Darkness. Only Amiga... >